home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / schematk / src_1152.lha / Makefile < prev    next >
Encoding:
Makefile  |  1993-01-06  |  794 b   |  37 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Schematik
  11.  
  12. MFILES = Schematik_main.m
  13. SUBPROJECTS = Agent.subproj Doc.subproj Graphics.subproj Main.subproj
  14. APPICON = App.tiff
  15. DOCICONS = scm.tiff
  16.  
  17. SOURCEMODE = 444
  18.  
  19. LIBS = -lNeXT_s -lsys_s
  20. DEBUG_LIBS = $(LIBS)
  21. PROF_LIBS = -lNeXT_p -lsys_p
  22.  
  23. MAKEFILEDIR = /usr/lib/nib
  24. ICONSECTIONS =    -sectcreate __ICON app App.tiff \
  25.         -sectcreate __ICON scm scm.tiff
  26.  
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29.  
  30. -include Makefile.preamble
  31.  
  32. include $(MAKEFILEDIR)/app.make
  33.  
  34. -include Makefile.postamble
  35.  
  36. -include Makefile.dependencies
  37.